API

Procurement APIs

POST procurement/returns/{supplierReturnId}/items

Creates a new item in provided supplier return

HTTP method POST
URI https://api.rambase.net/procurement/returns/{supplierReturnId}/items
Supported formats Xml, Html, Json (ex. $format=json)
- URI parameter {supplierReturnId} Supplier return identifier
Integer, minimum 100000
Custom fields Custom fields supported
Successful HTTP status code 201
API resource identifier 3234, version 7

The following body must be added to the request. Mouse over fieldnames for description and other useful information about the fields. Note that fields in bold are required/mandatory.

Format:
1
<SupplierReturnItem>
2
     <SuppliersReferenceNumber
SuppliersReferenceNumber

Suppliers/sellers item reference number. Typically to an external system.

This field is optional.

>
{String}</SuppliersReferenceNumber>
3
     <SuppliersProductName
SuppliersProductName

Suppliers internal name of the product. Retrieved from the product.

This field is optional.

>
{String}</SuppliersProductName>
4
     <Note
Note

Additional information regarding the item (free text). Might be visible to customers/suppliers.

This field is optional.

>
{String}</Note>
5
     <Quantity
Quantity

Required/mandatory field

Quantity of the supplier return item

Minimum value: 0

>
{Decimal}</Quantity>
6
     <RequireSerialNumberBeforeShipping
RequireSerialNumberBeforeShipping

True if serial number is required before shipping. Note that if the product has set this value to true, this can not be overridden.

Default value: False

This field is optional.

>
{Boolean}</RequireSerialNumberBeforeShipping>
7
     <Price
Price

This field is optional.

>
8
          <NetPrice
NetPrice

Final price per unit after deducting all discounts etc.

Minimum value: 0

This field is optional.

>
{Decimal}</NetPrice>
9
     </Price>
10
     <Product>
11
          <ProductId
ProductId

Required/mandatory field

Product identifier

Minimum value: 10000

>
{Integer}</ProductId>
12
     </Product>
13
     <Accounting
Accounting

Accounting details for the item, including fixed/system dimensions. For all dimensions, see seperate resource.

This field is optional.

>
14
          <VATCodeDefinition
VATCodeDefinition

This field is optional.

>
15
               <VATCode
VATCode

Code that determines VAT rules used for VAT calculations.

This field is optional.

>
{String}</VATCode>
16
          </VATCodeDefinition>
17
     </Accounting>
18
</SupplierReturnItem>
1
{
2
     "supplierReturnItem": {
3
          "suppliersReferenceNumber
SuppliersReferenceNumber

Suppliers/sellers item reference number. Typically to an external system.

This field is optional.

":
"{String}",
4
          "suppliersProductName
SuppliersProductName

Suppliers internal name of the product. Retrieved from the product.

This field is optional.

":
"{String}",
5
          "note
Note

Additional information regarding the item (free text). Might be visible to customers/suppliers.

This field is optional.

":
"{String}",
6
          "quantity
Quantity

Required/mandatory field

Quantity of the supplier return item

Minimum value: 0

":
"{Decimal}",
7
          "requireSerialNumberBeforeShipping
RequireSerialNumberBeforeShipping

True if serial number is required before shipping. Note that if the product has set this value to true, this can not be overridden.

Default value: False

This field is optional.

":
"{Boolean}",
8
          "price
Price

This field is optional.

":
{
9
               "netPrice
NetPrice

Final price per unit after deducting all discounts etc.

Minimum value: 0

This field is optional.

":
"{Decimal}"
10
          },
11
          "product": {
12
               "productId
ProductId

Required/mandatory field

Product identifier

Minimum value: 10000

":
"{Integer}"
13
          },
14
          "accounting
Accounting

Accounting details for the item, including fixed/system dimensions. For all dimensions, see seperate resource.

This field is optional.

":
{
15
               "vATCodeDefinition
VATCodeDefinition

This field is optional.

":
{
16
                    "vATCode
VATCode

Code that determines VAT rules used for VAT calculations.

This field is optional.

":
"{String}"
17
               }
18
          }
19
     }
20
}

The query string is placed after the resource URL, seperated with a questionmark (?). The query string is composed of a series of query parameters with values. See the page about query parameters on how to use these parameters.

$access_token String, optional After successful login you get an access token which needs to be provided in all API requests. Even though it is possible to pass this token as query parameter, we recommended passing it using the HTTP request header as described in Authorization. Note that all access tokens have an expiration time.
$db String, optional Set the database/company for the request
$useMinimumVersion Integer, optional Used to run a new version of an API resource when your API client is running a deprecated API resource. See the Breaking changes page for more information.
$showDomainDescriptions Boolean, optional Set to "true" to include domain descriptions for fields using domain values. See the Domain values page for more information. Default value is false.
$lang String, optional Specifies the language used in the response, following the 3-letter ISO-639-1 [lll]
$showCustomFields Boolean, optional Set to "true" to include custom fields. Default value is false.

Read more about filters and sorting on how to use filter parameters and named filters.

Read more about filters and sorting on how to use sortable parameters

Requesting this resource will yield the following response. Mouse over fieldnames (or fieldgroups) for descriptions and other useful information about the fields.

Please note that some fields may be removed from the response, based on user roles/duties/permissions.

Format:
1
<SupplierReturnItem>
2
     <SupplierReturnItemId
SupplierReturnItemId

Supplier return item identifier

>
{Integer}</SupplierReturnItemId>
3
     <Status
Status

Status of the supplier return item

Possible domain values can be found here

>
{Integer}</Status>
4
     <CreatedAt
CreatedAt

Date and time of creation

>
{Datetime}</CreatedAt>
5
     <LineNumber
LineNumber

Line- or sequence number of the item. The LineNumber is used for sorting items in applications, prints, reports etc.

>
{Integer}</LineNumber>
6
     <SuppliersReferenceNumber
SuppliersReferenceNumber

Suppliers/sellers item reference number. Typically to an external system.

>
{String}</SuppliersReferenceNumber>
7
     <SuppliersProductName
SuppliersProductName

Suppliers internal name of the product. Retrieved from the product.

>
{String}</SuppliersProductName>
8
     <ProductStructureRevision
ProductStructureRevision

The revision of the product structure

>
{String}</ProductStructureRevision>
9
     <Note
Note

Additional information regarding the item (free text). Might be visible to customers/suppliers.

>
{String}</Note>
10
     <VATPercent
VATPercent

Value added tax percent

>
{Decimal}</VATPercent>
11
     <Quantity
Quantity

Quantity of the supplier return item

>
{Decimal}</Quantity>
12
     <RemainingQuantity
RemainingQuantity

Remaining number of units to be forwarded

>
{Decimal}</RemainingQuantity>
13
     <RequireSerialNumberBeforeShipping
RequireSerialNumberBeforeShipping

True if serial number is required before shipping. Note that if the product has set this value to true, this can not be overridden.

>
{Boolean}</RequireSerialNumberBeforeShipping>
14
     <Price>
15
          <Currency
Currency

Three character code following the ISO 4217 standard

Possible domain values can be found here

>
{String}</Currency>
16
          <NetPrice
NetPrice

Final price per unit after deducting all discounts etc.

>
{Decimal}</NetPrice>
17
          <Currency
Currency

Three character code following the ISO 4217 standard

Possible domain values can be found here

>
{String}</Currency>
18
          <NetPrice
NetPrice

Final price per unit after deducting all discounts.

>
{Decimal}</NetPrice>
19
     </Price>
20
     <Totals>
21
          <Currency
Currency

Three character code following the ISO 4217 standard

Possible domain values can be found here

>
{String}</Currency>
22
          <NetAmount
NetAmount

Final item amount after deducting all discounts etc.

>
{Decimal}</NetAmount>
23
          <RemainingAmount
RemainingAmount

Total remaining value of item in document currency. The sum of remaining quantity and open forwarded quantity, multiplied with netprice

>
{Decimal}</RemainingAmount>
24
          <Currency
Currency

Three character code following the ISO 4217 standard

Possible domain values can be found here

>
{String}</Currency>
25
          <NetAmount
NetAmount

Total net amount in company currency.

>
{Decimal}</NetAmount>
26
          <RemainingAmount
RemainingAmount

Total remaining amount in company currency.

>
{Decimal}</RemainingAmount>
27
     </Totals>
28
     <MeasurementUnit>
29
          <MeasurementUnitId
MeasurementUnitId

Material unit reference

>
{Integer}</MeasurementUnitId>
30
          <Unit
Unit

Measurement unit (ex. mm, km, dl, kg)

>
{String}</Unit>
31
          <Precision
Precision

The precision/accuracy of the measurement (number of decimals)

>
{Integer}</Precision>
32
          <MeasurementUnitLink
MeasurementUnitLink

Material unit reference

>
{String}</MeasurementUnitLink>
33
     </MeasurementUnit>
34
     <Product>
35
          <ProductId
ProductId

Product identifier

>
{Integer}</ProductId>
36
          <Name
Name

Name of the product

>
{String}</Name>
37
          <Description
Description

Description of the item. If not specified, the description is by default copied from the product.

>
{String}</Description>
38
          <Type
Type

Type of product

Possible domain values can be found here

>
{String}</Type>
39
          <CountryOfOriginCode
CountryOfOriginCode

Two-character code (ISO 3166) identifying the default country where the product is produced. This value is inherrited from the assigned goods reception(s). If not country of origin is specified for the goods reception(s), country of origin is retrieved from the product. If assigned to multiple goods receptions with different origin, the field will be empty.

>
{String}</CountryOfOriginCode>
40
          <CustomField1
CustomField1

Custom field for grouping, sorting, categorizing and other purposes.

>
{String}</CustomField1>
41
          <CustomField2
CustomField2

Custom field for grouping, sorting, categorizing and other purposes.

>
{String}</CustomField2>
42
          <Dimensions>
43
               <Weight
Weight

The weight of the product in kilograms.

>
{Decimal}</Weight>
44
          </Dimensions>
45
          <ProductClassification>
46
               <ProductClassificationId
ProductClassificationId

Product classification identifier

>
{String}</ProductClassificationId>
47
               <ProductClassificationLink
ProductClassificationLink

Product classification reference

>
{String}</ProductClassificationLink>
48
          </ProductClassification>
49
          <ProductLink
ProductLink

Product reference

>
{String}</ProductLink>
50
     </Product>
51
     <Manufacturer>
52
          <ManufacturerId
ManufacturerId

Manufacturer identifier

>
{Integer}</ManufacturerId>
53
          <ShortName
ShortName

Shortname/code of the manufacturer

>
{String}</ShortName>
54
          <ManufacturerLink
ManufacturerLink

Manufacturer reference

>
{String}</ManufacturerLink>
55
          <ManufacturersProductId
ManufacturersProductId

Manufacturer product identifier

>
{Integer}</ManufacturersProductId>
56
          <Name
Name

Manufacturers name of the product. Also known as Manufacturer Part Number (MPN).

>
{String}</Name>
57
          <ManufacturersProductLink
ManufacturersProductLink

Manufacturers product reference

>
{String}</ManufacturersProductLink>
58
     </Manufacturer>
59
     <ProductUnit
ProductUnit

This is the reference to the product unit where the part change, which is the reason for the supplier return, took place.

>
60
          <ProductUnitId
ProductUnitId

Product unit identifier

>
{Integer}</ProductUnitId>
61
          <ProductUnitLink
ProductUnitLink

Product unit reference

>
{String}</ProductUnitLink>
62
     </ProductUnit>
63
     <Accounting
Accounting

Accounting details for the item, including fixed/system dimensions. For all dimensions, see seperate resource.

>
64
          <VATCodeDefinition>
65
               <VATCode
VATCode

Code that determines VAT rules used for VAT calculations.

>
{String}</VATCode>
66
          </VATCodeDefinition>
67
          <GeneralLedgerAccount>
68
               <GeneralLedgerAccountId
GeneralLedgerAccountId

General ledger account identifier

>
{Integer}</GeneralLedgerAccountId>
69
               <GeneralLedgerAccountLink
GeneralLedgerAccountLink

General ledger account reference

>
{String}</GeneralLedgerAccountLink>
70
          </GeneralLedgerAccount>
71
          <Department
Department

The department related to the item. One of the system/fixed account dimensions.

>
72
               <DepartmentId
DepartmentId

Department identifier

>
{Integer}</DepartmentId>
73
               <DepartmentLink
DepartmentLink

Finance department reference

>
{String}</DepartmentLink>
74
          </Department>
75
          <FinanceProject
FinanceProject

The finance project related to the item. One of the system/fixed account dimensions.

>
76
               <FinanceProjectId
FinanceProjectId

Finance project identifier

>
{Integer}</FinanceProjectId>
77
               <FinanceProjectLink
FinanceProjectLink

Finance project reference

>
{String}</FinanceProjectLink>
78
          </FinanceProject>
79
          <Asset
Asset

The asset related to the item. One of the system/fixed account dimensions.

>
80
               <AssetId
AssetId

Asset identifier

>
{Integer}</AssetId>
81
               <AssetLink
AssetLink

Asset reference

>
{String}</AssetLink>
82
          </Asset>
83
     </Accounting>
84
     <PickOperation>
85
          <PickOperationId
PickOperationId

Pick operation identifier

>
{Integer}</PickOperationId>
86
          <PickOperationLink
PickOperationLink

Pick operation reference

>
{String}</PickOperationLink>
87
          <OpenForwardedQuantity
OpenForwardedQuantity

When items are forwarded they end up in one or more open items. Open items in this context means items that are not registered (status 0 or 1). OpenForwardedQuantity will be the sum of ForwardedQuantity of all items this item has been forwarded to.

>
{Decimal}</OpenForwardedQuantity>
88
          <ForwardedToItems>
89
               <Item
Item

Item this item was forwarded to.

>
90
                    <ItemId
ItemId

Identifier of the object

>
{Integer}</ItemId>
91
                    <Object>
92
                         <ObjectId
ObjectId

Identifier of the object

>
{Integer}</ObjectId>
93
                         <ObjectType
ObjectType

Type of object

>
{String}</ObjectType>
94
                         <ObjectLink
ObjectLink

API reference to the object

>
{String}</ObjectLink>
95
                    </Object>
96
                    <RamBaseKey
RamBaseKey

Internal RamBase identifier of the object/item

>
{String}</RamBaseKey>
97
                    <ItemLink
ItemLink

API reference to the item

>
{String}</ItemLink>
98
               </Item>
99
          </ForwardedToItems>
100
          <StockAccrual>
101
               <StockAccrualId
StockAccrualId

Stock accrual identifier

>
{Integer}</StockAccrualId>
102
               <Status
Status

Status of stock accrual

Possible domain values can be found here

>
{Integer}</Status>
103
               <StockAccrualLink
StockAccrualLink

Stock accrual reference

>
{String}</StockAccrualLink>
104
          </StockAccrual>
105
          <NotificationId
NotificationId

Notification identifier

>
{Integer}</NotificationId>
106
          <Status
Status

Status of the notification

>
{Integer}</Status>
107
          <CreatedAt
CreatedAt

Date and time of creation

>
{Datetime}</CreatedAt>
108
          <Message
Message

The message from the notification definition, expanded with parameters.

>
{String}</Message>
109
          <TranslatedMessage
TranslatedMessage

The translated message from the notification definition, expanded with parameters.

>
{String}</TranslatedMessage>
110
          <NotificationType>
111
               <NotificationTypeId
NotificationTypeId

Notification type identifier

>
{String}</NotificationTypeId>
112
               <Category
Category

Category of notification type (warning, information etc)

Possible domain values can be found here

>
{String}</Category>
113
               <NotificationTypeLink
NotificationTypeLink

Notification type reference

>
{String}</NotificationTypeLink>
114
          </NotificationType>
115
          <NotificationLink
NotificationLink

Notification reference

>
{String}</NotificationLink>
116
     </PickOperation>
117
</SupplierReturnItem>
1
{
2
     "supplierReturnItem": {
3
          "supplierReturnItemId
SupplierReturnItemId

Supplier return item identifier

":
"{Integer}",
4
          "status
Status

Status of the supplier return item

Possible domain values can be found here

":
"{Integer}",
5
          "createdAt
CreatedAt

Date and time of creation

":
"{Datetime}",
6
          "lineNumber
LineNumber

Line- or sequence number of the item. The LineNumber is used for sorting items in applications, prints, reports etc.

":
"{Integer}",
7
          "suppliersReferenceNumber
SuppliersReferenceNumber

Suppliers/sellers item reference number. Typically to an external system.

":
"{String}",
8
          "suppliersProductName
SuppliersProductName

Suppliers internal name of the product. Retrieved from the product.

":
"{String}",
9
          "productStructureRevision
ProductStructureRevision

The revision of the product structure

":
"{String}",
10
          "note
Note

Additional information regarding the item (free text). Might be visible to customers/suppliers.

":
"{String}",
11
          "vATPercent
VATPercent

Value added tax percent

":
"{Decimal}",
12
          "quantity
Quantity

Quantity of the supplier return item

":
"{Decimal}",
13
          "remainingQuantity
RemainingQuantity

Remaining number of units to be forwarded

":
"{Decimal}",
14
          "requireSerialNumberBeforeShipping
RequireSerialNumberBeforeShipping

True if serial number is required before shipping. Note that if the product has set this value to true, this can not be overridden.

":
"{Boolean}",
15
          "price": {
16
               "currency
Currency

Three character code following the ISO 4217 standard

Possible domain values can be found here

":
"{String}",
17
               "netPrice
NetPrice

Final price per unit after deducting all discounts etc.

":
"{Decimal}",
18
               "currency
Currency

Three character code following the ISO 4217 standard

Possible domain values can be found here

":
"{String}",
19
               "netPrice
NetPrice

Final price per unit after deducting all discounts.

":
"{Decimal}"
20
          },
21
          "totals": {
22
               "currency
Currency

Three character code following the ISO 4217 standard

Possible domain values can be found here

":
"{String}",
23
               "netAmount
NetAmount

Final item amount after deducting all discounts etc.

":
"{Decimal}",
24
               "remainingAmount
RemainingAmount

Total remaining value of item in document currency. The sum of remaining quantity and open forwarded quantity, multiplied with netprice

":
"{Decimal}",
25
               "currency
Currency

Three character code following the ISO 4217 standard

Possible domain values can be found here

":
"{String}",
26
               "netAmount
NetAmount

Total net amount in company currency.

":
"{Decimal}",
27
               "remainingAmount
RemainingAmount

Total remaining amount in company currency.

":
"{Decimal}"
28
          },
29
          "measurementUnit": {
30
               "measurementUnitId
MeasurementUnitId

Material unit reference

":
"{Integer}",
31
               "unit
Unit

Measurement unit (ex. mm, km, dl, kg)

":
"{String}",
32
               "precision
Precision

The precision/accuracy of the measurement (number of decimals)

":
"{Integer}",
33
               "measurementUnitLink
MeasurementUnitLink

Material unit reference

":
"{String}"
34
          },
35
          "product": {
36
               "productId
ProductId

Product identifier

":
"{Integer}",
37
               "name
Name

Name of the product

":
"{String}",
38
               "description
Description

Description of the item. If not specified, the description is by default copied from the product.

":
"{String}",
39
               "type
Type

Type of product

Possible domain values can be found here

":
"{String}",
40
               "countryOfOriginCode
CountryOfOriginCode

Two-character code (ISO 3166) identifying the default country where the product is produced. This value is inherrited from the assigned goods reception(s). If not country of origin is specified for the goods reception(s), country of origin is retrieved from the product. If assigned to multiple goods receptions with different origin, the field will be empty.

":
"{String}",
41
               "customField1
CustomField1

Custom field for grouping, sorting, categorizing and other purposes.

":
"{String}",
42
               "customField2
CustomField2

Custom field for grouping, sorting, categorizing and other purposes.

":
"{String}",
43
               "dimensions": {
44
                    "weight
Weight

The weight of the product in kilograms.

":
"{Decimal}"
45
               },
46
               "productClassification": {
47
                    "productClassificationId
ProductClassificationId

Product classification identifier

":
"{String}",
48
                    "productClassificationLink
ProductClassificationLink

Product classification reference

":
"{String}"
49
               },
50
               "productLink
ProductLink

Product reference

":
"{String}"
51
          },
52
          "manufacturer": {
53
               "manufacturerId
ManufacturerId

Manufacturer identifier

":
"{Integer}",
54
               "shortName
ShortName

Shortname/code of the manufacturer

":
"{String}",
55
               "manufacturerLink
ManufacturerLink

Manufacturer reference

":
"{String}",
56
               "manufacturersProductId
ManufacturersProductId

Manufacturer product identifier

":
"{Integer}",
57
               "name
Name

Manufacturers name of the product. Also known as Manufacturer Part Number (MPN).

":
"{String}",
58
               "manufacturersProductLink
ManufacturersProductLink

Manufacturers product reference

":
"{String}"
59
          },
60
          "productUnit
ProductUnit

This is the reference to the product unit where the part change, which is the reason for the supplier return, took place.

":
{
61
               "productUnitId
ProductUnitId

Product unit identifier

":
"{Integer}",
62
               "productUnitLink
ProductUnitLink

Product unit reference

":
"{String}"
63
          },
64
          "accounting
Accounting

Accounting details for the item, including fixed/system dimensions. For all dimensions, see seperate resource.

":
{
65
               "vATCodeDefinition": {
66
                    "vATCode
VATCode

Code that determines VAT rules used for VAT calculations.

":
"{String}"
67
               },
68
               "generalLedgerAccount": {
69
                    "generalLedgerAccountId
GeneralLedgerAccountId

General ledger account identifier

":
"{Integer}",
70
                    "generalLedgerAccountLink
GeneralLedgerAccountLink

General ledger account reference

":
"{String}"
71
               },
72
               "department
Department

The department related to the item. One of the system/fixed account dimensions.

":
{
73
                    "departmentId
DepartmentId

Department identifier

":
"{Integer}",
74
                    "departmentLink
DepartmentLink

Finance department reference

":
"{String}"
75
               },
76
               "financeProject
FinanceProject

The finance project related to the item. One of the system/fixed account dimensions.

":
{
77
                    "financeProjectId
FinanceProjectId

Finance project identifier

":
"{Integer}",
78
                    "financeProjectLink
FinanceProjectLink

Finance project reference

":
"{String}"
79
               },
80
               "asset
Asset

The asset related to the item. One of the system/fixed account dimensions.

":
{
81
                    "assetId
AssetId

Asset identifier

":
"{Integer}",
82
                    "assetLink
AssetLink

Asset reference

":
"{String}"
83
               }
84
          },
85
          "pickOperation": {
86
               "pickOperationId
PickOperationId

Pick operation identifier

":
"{Integer}",
87
               "pickOperationLink
PickOperationLink

Pick operation reference

":
"{String}",
88
               "openForwardedQuantity
OpenForwardedQuantity

When items are forwarded they end up in one or more open items. Open items in this context means items that are not registered (status 0 or 1). OpenForwardedQuantity will be the sum of ForwardedQuantity of all items this item has been forwarded to.

":
"{Decimal}",
89
               "forwardedToItems": [
90
                    {
91
                         "itemId
ItemId

Identifier of the object

":
"{Integer}",
92
                         "object": {
93
                              "objectId
ObjectId

Identifier of the object

":
"{Integer}",
94
                              "objectType
ObjectType

Type of object

":
"{String}",
95
                              "objectLink
ObjectLink

API reference to the object

":
"{String}"
96
                         },
97
                         "ramBaseKey
RamBaseKey

Internal RamBase identifier of the object/item

":
"{String}",
98
                         "itemLink
ItemLink

API reference to the item

":
"{String}"
99
                    }
100
               ],
101
               "stockAccrual": {
102
                    "stockAccrualId
StockAccrualId

Stock accrual identifier

":
"{Integer}",
103
                    "status
Status

Status of stock accrual

Possible domain values can be found here

":
"{Integer}",
104
                    "stockAccrualLink
StockAccrualLink

Stock accrual reference

":
"{String}"
105
               },
106
               "notificationId
NotificationId

Notification identifier

":
"{Integer}",
107
               "status
Status

Status of the notification

":
"{Integer}",
108
               "createdAt
CreatedAt

Date and time of creation

":
"{Datetime}",
109
               "message
Message

The message from the notification definition, expanded with parameters.

":
"{String}",
110
               "translatedMessage
TranslatedMessage

The translated message from the notification definition, expanded with parameters.

":
"{String}",
111
               "notificationType": {
112
                    "notificationTypeId
NotificationTypeId

Notification type identifier

":
"{String}",
113
                    "category
Category

Category of notification type (warning, information etc)

Possible domain values can be found here

":
"{String}",
114
                    "notificationTypeLink
NotificationTypeLink

Notification type reference

":
"{String}"
115
               },
116
               "notificationLink
NotificationLink

Notification reference

":
"{String}"
117
          }
118
     }
119
}

List of available operations/actions for this resource.
See the operations documentation for more information about API operations.

Possible error codes the response might return:

Error 100601 HTTP 400 Missing required input parameters
Error 100209 HTTP 400 Illegal document Id {0}
Error 102746 HTTP 400 The parameter value can not be more than {0}
Error 102747 HTTP 400 Error in formula: {0}
Error 107762 HTTP 400 Only product structures can auto create work orders for sub production
Error 107763 HTTP 400 Only product structures can be set up for line production
Error 107764 HTTP 400 Only product structures can be externally manufactured
Error 101047 HTTP 400 The purchase quote item has too low available quantity
Error 101400 HTTP 400 Supplier credit claim has been created from shipping advice
Error 102483 HTTP 400 Finance project is required for general ledger account {0}
Error 102484 HTTP 400 Asset is required for general ledger account {0}
Error 102485 HTTP 400 Dimension {0} ({1}) is required for general ledger account {2}
Error 101313 HTTP 400 Department number is not valid: {0}
Error 101320 HTTP 400 The project number is not valid: {0}
Error 101500 HTTP 400 Project {0} could not be used : Check project FromPeriod and ToPeriod.
Error 101501 HTTP 400 Asset is not allowed on general ledger account {0}
Error 101326 HTTP 400 The asset number is not valid : {0}
Error 102486 HTTP 400 Invalid value for dimension {0}